projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2b42a
)
(ielm-header): Delete version and RCS header.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jun 1997 02:07:09 +0000
(
02:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jun 1997 02:07:09 +0000
(
02:07
+0000)
lisp/ielm.el
patch
|
blob
|
history
diff --git
a/lisp/ielm.el
b/lisp/ielm.el
index b50dc5d0bfd9a02acfd427f9cdf9bd0562c080a4..83fc9e1eea4645f78969f7c9262ac58b459ce763 100644
(file)
--- a/
lisp/ielm.el
+++ b/
lisp/ielm.el
@@
-101,11
+101,7
@@
such as `edebug-defun' to work with such inputs."
This variable is buffer-local.")
(defvar ielm-header
- (concat
- "*** Welcome to IELM version "
- (substring "$Revision: 1.14 $" 11 -2)
- " *** Type (describe-mode) for help.\n"
- "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n")
+ "*** Welcome to IELM *** Type (describe-mode) for help.\n"
"Message to display when IELM is started.")
(defvar ielm-map nil)